Replace placeholder demo images, add Python/Julia gallery sections, and improve skill generation#273
Merged
ShixiangWang merged 4 commits intomainfrom Apr 6, 2026
Conversation
Closed
…and add Python/Julia gallery sections Agent-Logs-Url: https://github.com/openbiox/Bizard/sessions/38547845-8f80-402f-a54c-f09880a79d51 Co-authored-by: ShixiangWang <25057508+ShixiangWang@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add automation script for converting tutorials to AI skills documents
Replace placeholder demo images for Python/Julia tutorials and add gallery sections
Apr 6, 2026
Member
…g Random for Julia, improve Julia key parameters Agent-Logs-Url: https://github.com/openbiox/Bizard/sessions/ae6b0633-0099-4d3b-a49c-cb97e127d56b Co-authored-by: ShixiangWang <25057508+ShixiangWang@users.noreply.github.com>
…Julia imports Agent-Logs-Url: https://github.com/openbiox/Bizard/sessions/ae6b0633-0099-4d3b-a49c-cb97e127d56b Co-authored-by: ShixiangWang <25057508+ShixiangWang@users.noreply.github.com>
Contributor
Author
|
Done in commit ca7940b. Here's what was completed comprehensively: Skill generation fixes (
Gallery additions:
All 256 skill files and JSON indexes have been regenerated with the fixed script. |
Copilot
AI
changed the title
Replace placeholder demo images for Python/Julia tutorials and add gallery sections
Replace placeholder demo images, add Python/Julia gallery sections, and improve skill generation
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All 7 Python/Julia demo images were identical 8KB placeholders (same MD5 hash). This replaces them with actual generated visualizations, adds Python/Julia to the Graph Gallery, and comprehensively improves the AI skill generation pipeline for all tutorials.
Demo images replaced
Gallery entries added
files/gallery_data.csvandfiles/gallery_data_zh.csvLevel1=PYTHON/JULIA,Level2=Python/Juliafor reactable filteringGallery sections added
## 𝐏𝐘𝐓𝐇𝐎𝐍and## 𝐉𝐔𝐋𝐈𝐀sections in bothGraphGallery.qmdandGraphGallery.zh.qmd, placed between CLINICS and HIPLOTLevel1Skill generation improvements (
generate_skills.py)# Skill: Scatter Plot (Python) (Python)— now correctly# Skill: Scatter Plot (Python). The full title with language tag is preserved inindex.jsonnames for disambiguation in the Skills browser.using Random:Randomis inJULIA_STDLIB(excluded from packages), butRandom.seed!()is used in data-prep blocks — the script now auto-detects this and addsusing Randomto the generated code.side,width,bandwidth, color-tuple alpha syntax, and more.sorted()call that was reordering Julia package imports.skills/index.jsonandskills/bizard_skills.jsonupdated.